From c1293b1b19db5ac54a8d26873564c60ba5d68a1c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 5 Jun 1993 20:02:34 +0000 Subject: [PATCH] (gnus-inews-buggy-date): Doc fix. --- lisp/gnuspost.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/gnuspost.el b/lisp/gnuspost.el index 904cfc3ddf1..33aa02d2a12 100644 --- a/lisp/gnuspost.el +++ b/lisp/gnuspost.el @@ -720,8 +720,7 @@ The optional argument ZONE specifies the local time zone (default GMT)." zone "GMT")) (defun gnus-inews-buggy-date (&optional time) - "A buggy date string that represents TIME; this ignores the time zone -and does not conform to the Usenet standard, but it sometimes works anyway. + "A buggy date string that represents TIME. TIME is optional and defaults to the current time. Some older versions of Emacs always act as if TIME is nil." (let ((date (if (fboundp 'current-time) -- 2.30.2